projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6dde2
)
(terminal-map): Define switch-frame.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 05:16:09 +0000
(
05:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 05:16:09 +0000
(
05:16
+0000)
lisp/terminal.el
patch
|
blob
|
history
diff --git
a/lisp/terminal.el
b/lisp/terminal.el
index 33996e4bdeeaa27a7a3cc808f47390480ac6c7d1..7a9235f36ee3358f97ebdba6aeb3c0ff2f491d4b 100644
(file)
--- a/
lisp/terminal.el
+++ b/
lisp/terminal.el
@@
-77,6
+77,7
@@
performance.")
nil
(let ((map (make-sparse-keymap)))
(define-key map [t] 'te-pass-through)
+ (define-key map [switch-frame] 'handle-switch-frame)
(define-key map "\e" terminal-meta-map)
;(define-key map "\C-l"
; '(lambda () (interactive) (te-pass-through) (redraw-display)))